Error In flask Registrationnot all arguments converted during string formatting
First Shout out to harisson for having a sick tutorial. However I'm having trouble with Registration page Video # 17 after I hit the registration button the flask give me an
ERROR saying:not all arguments converted during string formatting.
Beware that this error only occur only in the browser not in the cmd of _init_.py
You must be logged in to post. Please login or register an account.
Compare your registration code in __init__.py to mine, found: https://pythonprogramming.net/flask-registration-tutorial/
Specifically on the definition of x, as well as the execute line. Wherever we're using the %, which is string formatting, is where you could get an error like that.
-Harrison 8 years ago
You must be logged in to post. Please login or register an account.